net/http.http2Transport.dialClientConn (method)
3 uses
net/http (current package)
h2_bundle.go#L790: cc, err := p.t.dialClientConn(req.Context(), addr, singleUse)
h2_bundle.go#L862: c.res, c.err = c.p.t.dialClientConn(ctx, addr, singleUse)
h2_bundle.go#L7303: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)